home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / moden / tcom / dirparm.dfm / dirparm.txt
Encoding:
Text File  |  1996-04-08  |  1.5 KB  |  82 lines

  1. object DirectorySettingsForm: TDirectorySettingsForm
  2.   Left = 344
  3.   Top = 236
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Directory Settings'
  7.   ClientHeight = 156
  8.   ClientWidth = 522
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object GroupBox1: TGroupBox
  17.     Left = 10
  18.     Top = 5
  19.     Width = 503
  20.     Height = 100
  21.     TabOrder = 0
  22.     object Label1: TLabel
  23.       Left = 10
  24.       Top = 25
  25.       Width = 105
  26.       Height = 16
  27.       Caption = '&Upload directory'
  28.       FocusControl = UploadDirEdit
  29.     end
  30.     object Label2: TLabel
  31.       Left = 10
  32.       Top = 69
  33.       Width = 124
  34.       Height = 16
  35.       Caption = '&Download directory'
  36.       FocusControl = DownloadDirEdit
  37.     end
  38.     object UploadDirEdit: TEdit
  39.       Left = 158
  40.       Top = 20
  41.       Width = 336
  42.       Height = 24
  43.       MaxLength = 66
  44.       TabOrder = 0
  45.     end
  46.     object DownloadDirEdit: TEdit
  47.       Left = 158
  48.       Top = 69
  49.       Width = 336
  50.       Height = 24
  51.       MaxLength = 66
  52.       TabOrder = 1
  53.     end
  54.   end
  55.   object OkBtn: TBitBtn
  56.     Left = 70
  57.     Top = 118
  58.     Width = 85
  59.     Height = 27
  60.     TabOrder = 1
  61.     OnClick = OkBtnClick
  62.     Kind = bkOK
  63.   end
  64.   object CancelBtn: TBitBtn
  65.     Left = 218
  66.     Top = 118
  67.     Width = 85
  68.     Height = 27
  69.     TabOrder = 2
  70.     Kind = bkCancel
  71.   end
  72.   object HelpBtn: TBitBtn
  73.     Left = 366
  74.     Top = 118
  75.     Width = 85
  76.     Height = 27
  77.     Enabled = False
  78.     TabOrder = 3
  79.     Kind = bkHelp
  80.   end
  81. end
  82.